home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / xbj113.lha / XBJ.CFG < prev    next >
Text File  |  1993-03-06  |  2KB  |  40 lines

  1. ; This file must be named doors:xbj/xbj.cfg
  2.  
  3. ; Daily time limit:  This specifies the number of minutes per day each user
  4. ; is allowed to play.  Leave this out and it will default to 15 minutes.
  5. time_limit 15
  6.  
  7. ; Amount of cash a user starts with at the beginning of each month.
  8. ; Default is $5000.
  9. newuser_cash 5000
  10.  
  11. ; Amount of cash a user gets after they have gone bankrupt.  This should be
  12. ; relatively small to discourage users from purposely going bankrupt.
  13. ; Default is a thousand bucks.
  14. bankrupt_cash 1000
  15.  
  16. ; Monthly score files:  The high scores for the current and previous months
  17. ; are maintained as text files.  You can display them as bulletins on your BBS.
  18. ;
  19. ; You may generate three varieties of files:  plain ASCII, 16-color ANSI,
  20. ; or DLG ANSI codes.  The ASCII and ANSI files can be used on any BBS
  21. ; (including DLG), while the DLG ANSI file is a convenience for DLG.
  22. ; Xenolink sysops will want to generate the ASCII and ANSI files, and use
  23. ; the TypeBulletin or TypeSpecificFile command to display them.  DLG sysops
  24. ; will just want the DLG ANSI files, and should use dlg:df to show them.
  25. ;
  26. ; Specify a full path for each file you want to generate.  They do not have
  27. ; to be in the doors:xbj directory.  If you don't want to generate any
  28. ; particular file, leave it out.  The default is to generate no files.
  29. ; You must un-comment the lines for the files you want to generate.
  30.  
  31. ; High scores for the CURRENT month
  32. ;curr_ascii    doors:xbj/this_month.txt
  33. ;curr_ansi    doors:xbj/this_month.gr1
  34. ;curr_dlg    doors:xbj/this_month.dlg
  35.  
  36. ; High scores for the PREVIOUS month
  37. ;prev_ascii    doors:xbj/last_month.txt
  38. ;prev_ansi    doors:xbj/last_month.gr1
  39. ;prev_dlg    doors:xbj/last_month.dlg
  40.